Example 2 - Open and Print an Existing Schedule

Summary:

This program starts Milestones Professional, opens an existing schedule file, prints it, and then closes it.

Example Code:

Public Sub Example2()

Set objMilestones = GetObject("c:\example.MLG", "Milestones")

With objMilestones

  .Activate

  .Print

  .Close

End With

End

End Sub

Notes:

 

 

Milestones Professional 2019 Automation Methods and Properties.  © Copyright 2018, KIDASA Software, Inc. All rights reserved.